home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Mac Game Programming Gurus / TricksOfTheMacGameProgrammingGurus.iso / More Source / C⁄C++ / Gamma Fade 1.1.2 / Test App / about.h < prev    next >
Text File  |  1992-12-17  |  472b  |  17 lines

  1. // File "about.h" - Header for the Cool About Box
  2.  
  3. // * ****************************************************************************** *
  4.  
  5. #define kAboutBoxDLOG         128
  6.  
  7. #define kActiveBut           0
  8. #define kInactiveBut     255
  9. #define kPassItOn           0
  10. #define kDontPassIt          -1
  11.  
  12. // * ****************************************************************************** *
  13.  
  14.  
  15. void doAboutBox(void);
  16. pascal Boolean aboutFilterProc(DialogPtr theDialog, EventRecord *theEvent, short *theItem);
  17.